id/email | |
password | |
forgot password | create account |
len() returns the length of a string.
Function Call | Return Value | |||
---|---|---|---|---|
strlen1('Car') | → | |||
strlen1('') | → | |||
strlen1('5') | → | |||
strlen1('Elephant') | → | |||
strlen1('Roses') | → |
Experiment with this code on Gitpod.io